projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d12754
)
Fix OSX build without pdumper
author
Jindrich Makovicka
<makovick@gmail.com>
Wed, 19 Mar 2025 09:03:09 +0000
(10:03 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 20 Mar 2025 12:06:34 +0000
(14:06 +0200)
* Makefile.in (install-arch-dep) [ns_self_contained]: Add missing
DUMPING = pdumper check.
Copyright-paperwork-exempt: yes
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index a89836dca2c2550030c493db6d833fae27a202d1..ec6239571a818008d65bf8d469b08a9752192e87 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-643,7
+643,9
@@
ifndef NO_BIN_LINK
cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) "$(EMACSFULL)" "$(EMACS)"
endif
else
+ifeq (${DUMPING},pdumper)
${INSTALL_DATA} src/emacs.pdmp "$(DESTDIR)${libexecdir}/Emacs.pdmp"
+endif
subdir=${ns_appresdir}/site-lisp && ${write_subdir}
rm -rf ${ns_appresdir}/share
endif